home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Tricks of the Mac Game Programming Gurus
/
TricksOfTheMacGameProgrammingGurus.iso
/
CodeWarrior Lite
/
Metrowerks C⁄C++ Lite
/
Headers
/
ANSI Headers
/
stdarg.h
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
C/C++ Source or Header
|
1994-10-20
|
236 b
|
14 lines
|
[
TEXT/MMCC
]
#if __MWERKS__
#pragma options align=mac68k
#include <_stdarg.h>
#pragma options align=reset
#endif
/* Change log:
*94June04 PlumHall baseline
*94Sept30 Applied diffs for Wed Aug 31 07:55:38 1994
*94Oct07 Inserted MW changes.
*/